Accusoft.OCRXpress.nodejs
File Output Formats

OCR Xpress for Node.js can output files directly to the local file system.

Set the format field of the parameters object to define the file output format needed:

Set mode field of parameters object to define whether you want to append or overwrite existing files:

Copy Code
// Set file output format
params = {
    format: 'text',
    mode: 'append'
};

Available Export Formats

The available export formats are:

 

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback